type net/http.http1ClientConn

9 uses

	net/http (current package)
		clientconn.go#L194: 		cc.cc = http1ClientConn{pconn}
		clientconn.go#L375: type http1ClientConn struct {
		clientconn.go#L379: func (cc http1ClientConn) RoundTrip(req *Request) (*Response, error) {
		clientconn.go#L398: func (cc http1ClientConn) Close() error {
		clientconn.go#L403: func (cc http1ClientConn) Err() error {
		clientconn.go#L412: func (cc http1ClientConn) Available() int {
		clientconn.go#L421: func (cc http1ClientConn) InFlight() int {
		clientconn.go#L430: func (cc http1ClientConn) Reserve() error {
		clientconn.go#L445: func (cc http1ClientConn) Release() {